home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / tqbe3 / demo / qbenews.dfm / qbenews.txt
Encoding:
Text File  |  1995-12-22  |  1.4 KB  |  59 lines

  1. object QBENewsDlg: TQBENewsDlg
  2.   Left = 302
  3.   Top = 186
  4.   Width = 458
  5.   Height = 513
  6.   Caption = 'TQBE NEWS AND HELP'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   TextHeight = 16
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 452
  19.     Height = 488
  20.     Align = alClient
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'Arial'
  24.     Font.Style = [fsBold]
  25.     Lines.Strings = (
  26.       'TQBE Component news !!!'
  27.       ''
  28.       '1) Params in the query'
  29.       ''
  30.       '   Now you can put params wherever in the query.'
  31.       '   Example:'
  32.       ''
  33.       
  34.         ':DBDEMOS:CUSTOMER.DB | LastInvoiceDate | Company                ' +
  35.         ' |'
  36.       
  37.         '                                          | Check MyDate    | Ch' +
  38.         'eck MyCompany |'
  39.       ' '
  40.       '   And then...'
  41.       ''
  42.       '   QBE1.ClearParams;'
  43.       '   QBE1.AddParam('#39'MyDate'#39','#39'<=1/1/95'#39');'
  44.       '   QBE1.AddParam('#39'MyCompany'#39','#39'not Cocacola'#39'); '
  45.       '   QBE1.Active:=True;'
  46.       ''
  47.       '2) Answer table type.'
  48.       ''
  49.       '    The answer table can be specified to be in Paradox,'
  50.       'DBase or ASCII format (just as TTables components).'
  51.       ''
  52.       ''
  53.       'Good Luck !!'
  54.       'David Berneda.')
  55.     ParentFont = False
  56.     TabOrder = 0
  57.   end
  58. end
  59.